NevronOpenVision
Nevron.Nov.DataStructures Namespace / INQueue<T> Interface

In This Topic
INQueue<T> Interface Methods
In This Topic

For a list of all members of this type, see INQueue<T> members.

Public Methods
 NameDescription
 MethodRemoves and returns the item at the beginning of the queue.  
 MethodEnqueue (appends) the item at the end of the queue.  
 MethodReturns the first item of the queue without removing it  
Top
See Also